Bump all API version numbers to 1.0.0.
authorewan@localhost.localdomain <ewan@localhost.localdomain>
Sat, 28 Apr 2007 01:53:23 +0000 (18:53 -0700)
committerewan@localhost.localdomain <ewan@localhost.localdomain>
Sat, 28 Apr 2007 01:53:23 +0000 (18:53 -0700)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
docs/xen-api/xenapi-coversheet.tex
tools/libxen/Makefile
tools/libxen/Makefile.dist
tools/python/xen/xend/XendAPIVersion.py

index 1ca48c3b4cadd8a1a024113adc05fe7fbcf3b9ab..d9ca120be7a40d8b1f8d4cb1bfd5ca27fc1ca17a 100644 (file)
 \newcommand{\coversheetlogo}{xen.eps}
 
 %% Document date
-\newcommand{\datestring}{21st April 2007}
+\newcommand{\datestring}{27th April 2007}
 
-\newcommand{\releasestatement}{Candidate for Release\\Comments are welcome!}
+\newcommand{\releasestatement}{Stable Release}
 
 %% Document revision
-\newcommand{\revstring}{API Revision 0.9.1}
+\newcommand{\revstring}{API Revision 1.0.0}
 
 %% Document authors
 \newcommand{\docauthors}{
index 103b1924679bd97d2f36d860863d3a79c41e9fce..00d729dc3e09f7938fc466041aeda43784abf07e 100644 (file)
@@ -18,8 +18,8 @@
 XEN_ROOT=../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR = 0.9
-MINOR = 1
+MAJOR = 1.0
+MINOR = 0
 
 CFLAGS = -Iinclude                     \
          $(shell xml2-config --cflags) \
index d6a4cf3ca8f066345694813a53e48032d0c80329..f811c5899f3a704b800aa00f53c05ddc36c5c8c3 100644 (file)
@@ -16,8 +16,8 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 #
 
-MAJOR = 0.9
-MINOR = 1
+MAJOR = 1.0
+MINOR = 0
 
 CFLAGS = -Iinclude                     \
          $(shell xml2-config --cflags) \
index 82cc51af3097487dcfe26d5c589d8cdea965c3ab..2659108c995ff2c7068b54c5110e895107d954dc 100644 (file)
@@ -16,7 +16,7 @@
 #============================================================================
 
 
-XEN_API_VERSION_MAJOR = 0
-XEN_API_VERSION_MINOR = 5
+XEN_API_VERSION_MAJOR = 1
+XEN_API_VERSION_MINOR = 0
 XEN_API_VERSION_VENDOR = 'xenbits'
 XEN_API_VERSION_VENDOR_IMPLEMENTATION = {}